Skip to content

Test Result : arrays findFrom

0 failures (±0)
4 tests (±0)
Took 2 ms.

All Tests

Test nameDurationStatus
scout.arrays findFrom also checks the element at start index 0 msPassed
scout.arrays findFrom does not return the element for which the given predicate returns true, if it is on the left side of the start index0 msPassed
scout.arrays findFrom returns the element for which the given predicate returns true, starting from a given index1 msPassed
scout.arrays findFrom searches from right to left if backwards is true1 msPassed